Skip to content

Conversation

@Mr3zee
Copy link
Member

@Mr3zee Mr3zee commented Nov 19, 2025

Subsystem
Gradle Plugin

Problem Description
KMP support was working only for commonMain/Test sets

Solution
Add full KMP sources hierarchy support

@Mr3zee Mr3zee self-assigned this Nov 19, 2025
@Mr3zee Mr3zee requested a review from Jozott00 November 24, 2025 19:58
@Mr3zee Mr3zee marked this pull request as ready for review November 24, 2025 19:58
@Mr3zee Mr3zee added the feature New feature or request label Nov 24, 2025
Copy link
Collaborator

@Jozott00 Jozott00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Looks good to me.

Comment on lines +86 to +90
if (protocApplied.get()) {
error("Illegal access to protoc extension during DefaultProtocExtension.init")
}

protocApplied.set(true)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be

if (protocApplied.getAndSet(true) { ... }

to make it actually thread safe

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, you're right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants